home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 261 / vdos.hlp < prev    next >
Text File  |  1988-05-11  |  15KB  |  295 lines

  1.  
  2.                           VDOS Online Help Screens
  3.                  Copyright 1988 by Marathon Computer Press
  4.   =======================================================================
  5.                         Layout of Bottom Up Menu Bar
  6.  
  7.      The Programs (1-3) Pop Up Menu slots are to be first defined with the 
  8.   VDOS 3 Pop-Up Menu under the Define Slot selection.
  9.   
  10.        The Remaining 3 VDOS Pop Up Menu selections contain the most 
  11.   frequently used applications and several DOS Utilities.
  12.   
  13.                           Selecting a Pop-Up Menu
  14.  
  15.      The Pop-Up Menus are selected by clicking the left mouse button while 
  16.   the arrow pointer is located either on top of or in the vicinity of the 
  17.   Pop-Up Title.  Unlike the GEM(tm) Desktop, VDOS menus require that you 
  18.   select the item by clicking upon it.  With GEM(tm) you get an inverse 
  19.   video display for the item when the mouse passes over the top of the 
  20.   item whether or not it has been selected.
  21.   
  22.  
  23.     
  24.                  The DOS Utilities And Associated Hot Keys
  25.   
  26.   Syntax = {Item} [Hot Keys] Followed by a brief description of the 
  27.   utility or function.
  28.   -----------------------------------------------------------------------
  29.             The Default Applications (Those Most Commonly Used)
  30.  
  31.   {EDIT (WP)} [Alt+E] This slot is provided for the assignment of your 
  32.   editor or word processor.  Define with the Define Slot option.
  33.  
  34.   {DATABASE} [Alt+D] This slot is provided for the assignment of your 
  35.   database management program.  Define with the Define Slot option.
  36.  
  37.   {TERMINAL} [Alt+T] This slot is provided for the assignment of your 
  38.   telecommunications program.  Define with the Define Slot option.
  39.    
  40.   {FINANCIAL} [Alt+F] This slot is provided for the assignment of your 
  41.   spreadsheet or financial accounting package.  Define with the Define 
  42.   Slot option.
  43.   
  44.   {GRAPHICS} [Alt+G] This slot is provided for the assignment of your 
  45.   graphics drawing program, (Medium or High Resolution).  Define with the 
  46.   Define Slot option.  If Low Resolution is desired you will have to set 
  47.   low resolution from the desktop and then run VDOSLOW.PRG (The Low 
  48.   Resolution Autoloader).
  49.   
  50.   {COMPILER} [Alt+C] This slot is provided for the assignment of your 
  51.   programming language compiler.  Define with the Define Slot option.
  52.   
  53.   {LINKER} [Alt+L] This slot is provided for the assignment of your 
  54.   programming language object file linker, interpreter, or make utility.  
  55.   Define with the Define Slot option.
  56.   
  57.   {SHELL (CL)} [Alt+S] This slot is provided for the assignment of you 
  58.   Command Line Interpreter or Shell Program other than VDOS.  Define with 
  59.   the Define Slot option.
  60.   
  61.   -----------------------------------------------------------------------
  62.                            System Level Functions
  63.  
  64.   {MEMFREE} [Control+M] Gives you the amount of free system memory in 
  65.   bytes.  This total is not the amount you will have when running an 
  66.   application with VEXEC.  VEXEC only takes up about 10K of dynamic memory 
  67.   and VDOS returns it's allocation to the free pool prior to calling 
  68.   VEXEC.
  69.     
  70.   {DISKFREE} [Control+D] Will show you how much space remains on the 
  71.   currently logged in disk drive.  All active drives from A-P are 
  72.   supported.
  73.   
  74.   {MORE (VIEW)} [M] This UNIX compatible command will display an an ASCII 
  75.   text file to the screen one page at a time.  It can be aborted by 
  76.   pressing Control+C.  If you attempt to display a binary file, or a text 
  77.   file that does not use a carriage return at the end of each text line, 
  78.   you may get a hard error and have to recover.
  79.  
  80.   {PRINT} [Control+P] The Print function allows you to print out an ASCII 
  81.   text file to the printer.  It will check first to see if the printer is 
  82.   connected to the printer port.  If connected, it gives you the option to 
  83.   have a file name header and page number printed.  If you own a printer 
  84.   that only uses a single sheet at a time, refer to PIN / SHEET. 
  85.   
  86.   {PIN / SHEET} [p] This function allows you to select either continuous 
  87.   or sheet feed for use with PRINT.  
  88.   
  89.   {CHECK PRINT} [C] This function checks to see if a printer is connected 
  90.   to your system.
  91.  
  92.   {VDOS HELP} [Help Key] Displays this help feature.
  93.   
  94.   {FORMAT} [Control+F] Will display the VDOS Formatter.  Allows you to 
  95.   format a diskette (either SS or DS in either Drive A or B).
  96.   
  97.   {DIR -X} [Control+X] This UNIX compatible function (compares to ls -al), 
  98.   will give you a long listing of the files located in the currently 
  99.   logged on disk drive and folder.  Control+C will abort the function.
  100.   
  101.   {DIR -W} [Control+W] This UNIX compatible function (compares to ls -x), 
  102.   will give you a columnar display of files located in the currently 
  103.   logged on disk drive and folder.  Control+C will abort the function.
  104.   
  105.   {MKDIR} [F1] This UNIX compatible command will prompt you for a valid 
  106.   path to create a folder.  It gives you the Drive and root path.  Example  
  107.   A:\  You must supply the rest of the path.  Errors are noted.
  108.   
  109.   {RMDIR} [F2] This UNIX compatible command will prompt you for a valid 
  110.   path in which to delete an existing folder.  It is similar to the MKDIR 
  111.   command except you are deleting instead of creating.  You may not be 
  112.   located in the directory to be deleted, nor can you delete a folder that 
  113.   has files in it.  Errors are noted.
  114.   
  115.   {DEL (KILL)} [Control+K] DEL gives you the ability to delete a file that 
  116.   is located in the currently logged on disk drive.  You may not delete a 
  117.   file that is RDONLY.  Global and File modes of operation are supported. 
  118.   Errors are noted.
  119.  
  120.   {RENAME FILE} [R] RENAME allows you to rename a file located on the 
  121.   currently logged on disk drive.  Errors are noted.
  122.   
  123.   {COPY} [Control+C] Copy allows for a very fast file copy of any file 
  124.   contained on the designated source and target (drive & folder).  This 
  125.   variant of the Copy command first checks to see that there is enough 
  126.   room on the target drive prior to copying.  It will thus prevent out of 
  127.   
  128.   room error returns from GEMDOS.  Global and File modes of operation are 
  129.   supported.
  130.  
  131.   {VERIFY} [Control+V] Will allow you to turn on the system verification 
  132.   of disk read and write actions.  By turning off Verify you can speed up 
  133.   copying of files, however you may be sacrificing file integrity.  In 
  134.   most cases this is very safe.
  135.   
  136.   {CHDIR} [.] CHDIR is an MS DOS compatible command that allows you to 
  137.   move from folder to folder on a given disk drive.  You must provide the 
  138.   full path from the root directory for the currently logged on disk 
  139.   drive.  Errors are noted.
  140.   
  141.   {DRIVE(SEL)} [Control + S] This option gives you a graphics based drive 
  142.   selector that allows you to change to the root directory for any of the 
  143.   available drives.  To select a drive, move the mouse pointer inside of 
  144.   one of the drive buttons and click the left mouse button, or press the 
  145.   keyboard key that corresponds to the drive.  To abort just press the 
  146.   Right Mouse Button.
  147.  
  148.   {CHMOD} [F3] This UNIX compatible function allows you to either check or 
  149.   change the current file permissions for any GEMDOS File.  Refer to 
  150.   documentation for details.  Errors are noted.
  151.  
  152.   {WHERE} [?] This UNIX compatible function (compares to pwd), will 
  153.   display graphically your current location in the file system.  If the 
  154.   path is longer than 30 characters, you will see the drive, an arrow that 
  155.   points to the drive (<==) and the tail of the path.
  156.   
  157.   {TOUCH FILE} [T] A UNIX compatible command, TOUCH allows you to update 
  158.   the GEMDOS time assigned to a file.  This is most commonly used by 
  159.   programmers when building large software projects with MAKE.  You may 
  160.   not TOUCH a RDONLY file.  Errors are noted.
  161.  
  162.   {FIND} [F4] This function will search recursively the entire path that 
  163.   you are currently logged on for file specifications that you assign.  
  164.   Global characters "*" & "?" are supported.  An example would be "*.DOC" 
  165.   or ??NEW??.DOC.  All files and paths that are found are echoed to the 
  166.   screen.  See documentation for details.
  167.  
  168.   {RECOVER} [F5] This function will try to recover the VDOS environment 
  169.   following a debilitating error, or when you wish to move the current 
  170.   VDOS system to or from the current directory.  See documentation for 
  171.   details.  If this function is not successful it is best to REBOOT the 
  172.   system and start over.
  173.  
  174.   {CALENDAR} [@] Will display the current month in a GEM Window.  You may 
  175.   move forwards or backwards in time for a display by using the provided 
  176.   dialog box options and then clicking on UPDATE.
  177.  
  178.   {SCREEN SAVE} [Esc] This function allows you to blank the CRT screen to 
  179.   prevent burn-in.  To abort the function either press a key or click on a 
  180.   mouse button.
  181.  
  182.   {PRINTER CODE} [No Hot Key] Will allow you to pass special "escape" 
  183.   codes to your printer that allow for special font's print size and more.  
  184.   Please refer to the documentation for details.
  185.   
  186.   {GEM BAR} [Control+G] Allows for programs that utilize the GEM Desk.Acc 
  187.   pipline for multi-tasking events.  This function is effective only while 
  188.   displayed or as long as a GEM function is in the process of execution.  
  189.   Pressing Control+G will deactivate the function if active. See the
  190.   Documentation for full details
  191.   
  192.   {ACCESSORY} [Control+A] This GEM function allows you to utilize a 
  193.   Desk.Acc while in VDOS.  Use the switch to either turn on or off the 
  194.   function.
  195.   
  196.   {EXECUTE} [Control+E] Allows you to pick a .PRG, .TOS, or .TTP program 
  197.   for execution via VEXEC.  This can be a program that has not been 
  198.   defined with DEFINE SLOT.
  199.   
  200.   {TIMEBAR} [No Hot Key] Displays a small bar in the upper right had 
  201.   corner of the screen with the current hour and minute.  Remains active 
  202.   until turned off or upon exiting VDOS or execution of VEXEC.
  203.   
  204.   {DATE/TIME} [No Hot Key] Allows you to either view or set the system 
  205.   date and time via a graphics oriented screen.  The ESC key aborts the 
  206.   function.
  207.  
  208.   {FDATIME} [F] Provides a way to either retain old file date and time 
  209.   stamps or force new ones during copy operations.
  210.  
  211.   
  212.   {VDOS VER} [V] This MS DOS compatible command returns the current 
  213.   release version of VDOS.
  214.  
  215.   {DEFINE SLOT} [+] You may define the default applications with this 
  216.   utility.  To change the current application just enter the number of 
  217.   choice.  Next you are prompted to provide the drive and path 
  218.   graphically.  Once selected, you can either continue to define or abort 
  219.   by entering 99.  On exit if changes have been made you are given the 
  220.   chance to update VDOS.INF or just keep them for the current session.  If 
  221.   you do not update, the changes are lost upon the first hard error, 
  222.   exiting to the desktop, or upon execution of a program via VEXEC.
  223.  
  224.   {CLEAR SLOT} [-] The opposite of DEFINE SLOT, CLEAR SLOT allows you to 
  225.   delete default applications from the execution queues.  Follow the same 
  226.   procedures as for DEFINE SLOT.
  227.  
  228.   {REBOOT} [Control+R] Allows you to WARM BOOT your computer.  Depending 
  229.   on your configuration, this may not remove some RAM Disks or VDISK.  
  230.   Once selected there is no return.
  231.   
  232.   {DESKTOP} [Control+Q] Gives you the option to exit to the GEM Desktop.
  233.   
  234.   {No Menu Selection} [Clr Home] Will automatically return you to the VDOS 
  235.   $HOME directory.  There is no abort.
  236.  
  237.   
  238.                      VDOS Manual Ordering Instructions
  239.  
  240.      If you use VDOS and feel that it is a good software value for the 
  241.   money, we ask that you send $25.00 plus $2.00 shipping and handling to 
  242.   the below address.
  243.   
  244.                           Marathon Computer Press
  245.                                P.O. Box 68503
  246.                        Virginia Beach, Virginia 23455                                            
  247.  
  248.                   * Only Checks or Money Orders Accepted *
  249.  
  250.      In return for your VDOS registration fee you'll receive a beautifully 
  251.   printed 100+ page manual in it's own binder.  Some of the features of 
  252.   the printed manual are instructions for a myriad of installation 
  253.   features of VDOS & VDOSLOW, The VDOS Concept, Defining and Clearing 
  254.   Autoexecute Slots, Limitations, a dedicated page or more explaining each 
  255.   of the DOS Utilities and their uses, Defining and loading a .VLO file, 
  256.   Software Considerations, Future Plans, an informative Bibliography, a 
  257.   multi-page Glossary, VDOS error codes, ASCII Codes, and Warranty 
  258.   Information.  This is a most informative and fact filled manual that is 
  259.   a MUST for any VDOS user.  Also your name will be placed on our VDOS 
  260.   mailing list so you can be notified of any changes to the software or 
  261.   manual.  If updates are made to either, you will be able to obtain them 
  262.   at a reduced charge.
  263.   
  264.      By your registration of this softare package you will be helping us 
  265.   to pay some of the developmental costs of a massive software project 
  266.   that spanned nearly a year.  It will also give us incentive to continue 
  267.   with the development of VDOS in the future.
  268.   
  269.                            Copyright Information                               
  270.  
  271.      The VDOS software system is considered Shareware.  Although we retain 
  272.   the copyright to the material, this notification authorizes you to 
  273.   freely distribute the software system to any BBS, or mailing list that 
  274.   you desire PROVIDED that it is distributed in it's ENTIRETY.  This 
  275.   notification must be intact along with all of the other portions of the 
  276.   software system.  The VDOS software portion may also be offered as a 
  277.   Public Domain diskette provided the cost is less than $7.50.  
  278.      Additionally, if this software system is distributed by a Club, 
  279.   Business, or Individual where a charge is assessed that entity must send 
  280.   10% of the proceeds to Marathon Computer Press.  We will enforce this 
  281.   provision.  Please support this provision if you intend to include VDOS 
  282.   as part of your PD library.
  283.   
  284.      The printed VDOS manual is NOT Shareware.  If you send for the 
  285.   printed manual, NO copies are authorized.  Full copyright protection is 
  286.   afforded to the printed manual.  We think that the price we are offering 
  287.   it for, that it is not only reasonable but fairly priced too.  We thank 
  288.   you for not violating our Copyright for the VDOS Manual.
  289.  
  290.                              
  291.                                       
  292.   
  293.                                                                  
  294.   
  295.